All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class quicktime.sound.Sound

java.lang.Object
   |
   +----quicktime.sound.Sound

public final class Sound
extends Object
implements QuickTimeLib
Provides general routines for recording sound


Constructor Index

 o Sound()

Method Index

 o play(SndHandle)
Plays a sound from memory.

Constructors

 o Sound
 public Sound()

Methods

 o play
 public static final void play(SndHandle sndHdl) throws SoundException
Plays a sound from memory.

QuickTime::SndPlay QuickTime::SndPlay

Parameters:
sndHdl - the handle that has the sound data in it

All Packages  Class Hierarchy  This Package  Previous  Next  Index